Skip to content

82. shadowing#36

Open
Apo-Matchbox wants to merge 1 commit intomainfrom
82.-shadowing
Open

82. shadowing#36
Apo-Matchbox wants to merge 1 commit intomainfrom
82.-shadowing

Conversation

@Apo-Matchbox
Copy link
Owner

No description provided.

@nodchip
Copy link

nodchip commented Mar 14, 2026

PR タイトルに問題タイトルを入れ、 Description に問題へのリンクを張っていただけると、レビューワーにとってレビューがしやすくなると思います。

ListNode* deleteDuplicates(ListNode* head) {
ListNode dummy(0, head);
ListNode* prev = &dummy;
ListNode* curr = head;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

以下のコメントをご参照ください。
hemispherium/LeetCode_Arai60#10 (comment)

@Apo-Matchbox
Copy link
Owner Author

@nodchip

PR タイトルに問題タイトルを入れ、 Description に問題へのリンクを張っていただけると、レビューワーにとってレビューがしやすくなると思います。

コメントありがとうございます。少し時間がかかってましたので、以下のリンクのやり方を一度通してやってみようと思った次第です。通知が行かないようにしておきます。申し訳ございませんでした。
https://discord.com/channels/1084280443945353267/1366778718705553520/1450943270799671337

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants